home *** CD-ROM | disk | FTP | other *** search
/ Great Canadian Scientists / GCS_CD.iso / mac / GCSData / LEVY_S.Dxr / 00041_Main Scripts.ls < prev    next >
Encoding:
Text File  |  1996-09-02  |  241 b   |  21 lines

  1. on startMovie
  2.   global MovieNames
  3.   set MovieNames to "LEVY"
  4.   ScientistScreenStart()
  5. end
  6.  
  7. on Experiment
  8.   cursor(4)
  9.   go(1, "LEVY_E.DIR")
  10.   cursor(4)
  11. end
  12.  
  13. on Help
  14.   ScientistScreenHelp()
  15. end
  16.  
  17. on idle
  18.   ScientistScreenIdle()
  19.   PopIdle()
  20. end
  21.